home *** CD-ROM | disk | FTP | other *** search
/ Thailand - Into the 2000's / Thailand: Into the 2000's.iso / Acrobat / Acrobat.exe / EXVW / 10070 < prev    next >
Text File  |  2001-10-26  |  375b  |  12 lines

  1. dialog(name: '$$$/Dialogs/UpdateProgress')
  2. {
  3.     view(align_children: align_left)
  4.     {
  5.         static_text(item_id: 'ckup', name: '$$$/Dialogs/UpdateProgress/CheckForUpdates', alignment: align_center, dwidth: 200);
  6.         view(alignment: align_fill, align_children: align_fill)
  7.         {
  8.             button(view_id: 'cncl', name: '$$$/ControlsStrings/Cancel', alignment: align_center);
  9.         }
  10.     }
  11. }
  12.